Skip to content

fix(web-ui, git_tool, flow-chat): scrollbar visibility, git subcommand deduplication, tool card styling, and runtime hints#578

Merged
limityan merged 5 commits intoGCWing:mainfrom
limityan:yanzhn/fix
Apr 29, 2026
Merged

fix(web-ui, git_tool, flow-chat): scrollbar visibility, git subcommand deduplication, tool card styling, and runtime hints#578
limityan merged 5 commits intoGCWing:mainfrom
limityan:yanzhn/fix

Conversation

@limityan
Copy link
Copy Markdown
Collaborator

@limityan limityan commented Apr 29, 2026

Fixes

  • fix(web-ui): only show explore region scrollbar when content overflows

    • Set overflow: hidden on .explore-region__content by default
    • Move overflow-y: auto behind .explore-region--has-scroll class
    • Preserve auto-scroll behavior during streaming
  • fix(git_tool): strip leading operation name from args to prevent double subcommand

    • When the AI model mistakenly includes the subcommand name in the args field, strip it to avoid duplicate subcommands
  • fix(flow-chat): restore processingHints random hints for runtime status

    • Re-enable random processing hints in the runtime status display
  • fix(flow-chat): align git command tool card

    • Ensure consistent layout for git command tool cards in the flow chat

Refactors

  • refactor(web-ui): unify compact tool card icon and text sizing via CSS variables
    • Extract shared icon size and text styling into CSS variables in _tool-card-common.scss
    • Align Skill and Terminal tool cards on icon size (16px), font size (14px), line-height (1.65), and font-weight (500)
    • Remove size/font overrides from .compact-tool-card-wrapper--dense-command

Features

  • feat(ui): show warning banner when dialog turn stops abnormally
    • Display a warning banner to notify users when a dialog turn terminates unexpectedly

@limityan limityan changed the title Yanzhn/fix feat(flow-chat): show abnormal-stop warning banner and restore processing hints Apr 29, 2026
@limityan limityan changed the title feat(flow-chat): show abnormal-stop warning banner and restore processing hints fix(web-ui, git_tool, flow-chat): scrollbar visibility, git subcommand deduplication, tool card styling, and runtime hints Apr 29, 2026
…S variables

Extract shared icon size and text styling into CSS variables in
_tool-card-common.scss so that dense-command variants (Terminal,
Git) only override spacing, not sizing. This aligns Skill and
Terminal tool cards on icon size (16px), font size (14px),
line-height (1.65), and font-weight (500).

- Add --tool-card-icon-size, --tool-card-action-font-size,
  --tool-card-action-line-height, --tool-card-action-font-weight
- Use variables for SVG width/height and compact-card text
- Remove size/font overrides from .compact-tool-card-wrapper--dense-command

Generated with BitFun

Co-Authored-By: BitFun
…le subcommand

When the AI model mistakenly includes the subcommand name in the
`args` field (e.g. `operation:
- Set overflow: hidden on .explore-region__content by default
- Move overflow-y: auto behind .explore-region--has-scroll class
- Preserve auto-scroll behavior during streaming

Generated with BitFun

Co-Authored-By: BitFun
@limityan limityan merged commit 3091c15 into GCWing:main Apr 29, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant